home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / tpega.zip / GPTERM.P < prev    next >
Text File  |  1986-01-19  |  771b  |  15 lines

  1. {                                                                             }
  2. {       EGA Graphic Primitive for Turbo Pascal 3.01A, Version 10JAN86.        }
  3. {       (C) 1986 by Kent Cedola, 2015 Meadow Lake Ct., Norfolk, VA, 23518     }
  4. {                                                                             }
  5. {       Description: Terminate EGA graphic mode and return to text mode.      }
  6. {                                                                             }
  7. {       NOTE: This is source code to the include file 'GP_TERM.ASM'           }
  8. {                                                                             }
  9.  
  10. procedure GPTERM;
  11. begin
  12.   inline
  13.     ($B4/$12/$B3/$10/$CD/$10/$B8/>$03/$F6/$C7/$01/$74/$03/$B8/>$07/$CD/$10);
  14. end;
  15.